﻿2026-06-15T09:40:52.7333155Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-15T09:40:52.7333591Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-15T09:40:52.7333826Z [36;1m$PIN = "0c95435"[0m
2026-06-15T09:40:52.7334074Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-15T09:40:52.7334360Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-15T09:40:52.7334718Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-15T09:40:52.7335106Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-15T09:40:52.7335425Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-15T09:40:52.7336300Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-15T09:40:52.7336557Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-15T09:40:52.7336885Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-15T09:40:52.7337208Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-15T09:40:52.7337465Z [36;1m}[0m
2026-06-15T09:40:52.7337662Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-15T09:40:52.7337916Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T09:40:52.7417373Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-15T09:40:52.7417695Z ##[endgroup]
2026-06-15T09:40:53.6198622Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:40:53.6199439Z    Compiling unicode-ident v1.0.24
2026-06-15T09:40:53.6199710Z    Compiling quote v1.0.45
2026-06-15T09:40:53.6199920Z    Compiling cfg-if v1.0.4
2026-06-15T09:40:53.6200133Z    Compiling serde_core v1.0.228
2026-06-15T09:40:53.6200438Z    Compiling serde v1.0.228
2026-06-15T09:40:53.6200771Z    Compiling windows-link v0.2.1
2026-06-15T09:40:53.6201716Z    Compiling typenum v1.20.1
2026-06-15T09:40:53.6202057Z    Compiling portable-atomic v1.13.1
2026-06-15T09:40:53.6202408Z    Compiling getrandom v0.3.4
2026-06-15T09:40:53.6202727Z    Compiling version_check v0.9.5
2026-06-15T09:40:53.6203521Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:40:53.6204175Z    Compiling critical-section v1.2.0
2026-06-15T09:40:53.6205087Z    Compiling shlex v2.0.1
2026-06-15T09:40:53.6205750Z    Compiling memchr v2.8.1
2026-06-15T09:40:53.6206204Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:40:53.6676323Z    Compiling windows-sys v0.61.2
2026-06-15T09:40:53.7052395Z    Compiling subtle v2.6.1
2026-06-15T09:40:53.7513001Z    Compiling smallvec v1.15.1
2026-06-15T09:40:53.7672140Z    Compiling equivalent v1.0.2
2026-06-15T09:40:53.7672920Z    Compiling futures-core v0.3.32
2026-06-15T09:40:53.8660862Z    Compiling itoa v1.0.18
2026-06-15T09:40:53.8767440Z    Compiling bytes v1.11.1
2026-06-15T09:40:53.9165672Z    Compiling semver v1.0.28
2026-06-15T09:40:53.9950596Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:40:54.0433145Z    Compiling log v0.4.32
2026-06-15T09:40:54.0599174Z    Compiling generic-array v0.14.7
2026-06-15T09:40:54.0666651Z    Compiling futures-io v0.3.32
2026-06-15T09:40:54.0928073Z    Compiling futures-sink v0.3.32
2026-06-15T09:40:54.2105426Z    Compiling rustc_version v0.4.1
2026-06-15T09:40:54.2209385Z    Compiling slab v0.4.12
2026-06-15T09:40:54.2502538Z    Compiling futures-channel v0.3.32
2026-06-15T09:40:54.2606520Z    Compiling hashbrown v0.17.1
2026-06-15T09:40:54.2826041Z    Compiling futures-task v0.3.32
2026-06-15T09:40:54.2875329Z    Compiling rustversion v1.0.22
2026-06-15T09:40:54.4888419Z    Compiling getrandom v0.2.17
2026-06-15T09:40:54.5098024Z    Compiling cpufeatures v0.2.17
2026-06-15T09:40:54.5527730Z    Compiling fnv v1.0.7
2026-06-15T09:40:54.5801299Z    Compiling libc v0.2.186
2026-06-15T09:40:54.6109070Z    Compiling strsim v0.11.1
2026-06-15T09:40:54.6183078Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:40:54.6430382Z    Compiling rand_core v0.10.1
2026-06-15T09:40:54.6703279Z    Compiling writeable v0.6.3
2026-06-15T09:40:54.8279423Z    Compiling indexmap v2.14.0
2026-06-15T09:40:54.9526325Z    Compiling autocfg v1.5.1
2026-06-15T09:40:55.0085313Z    Compiling jobserver v0.1.34
2026-06-15T09:40:55.1467979Z    Compiling litemap v0.8.2
2026-06-15T09:40:55.1499934Z    Compiling dunce v1.0.5
2026-06-15T09:40:55.1541692Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:40:55.1851580Z    Compiling getrandom v0.4.2
2026-06-15T09:40:55.3329537Z    Compiling cc v1.2.63
2026-06-15T09:40:55.3591530Z    Compiling fs_extra v1.3.0
2026-06-15T09:40:55.4053748Z    Compiling utf8_iter v1.0.4
2026-06-15T09:40:55.5517104Z    Compiling syn v2.0.117
2026-06-15T09:40:55.5534205Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:40:55.5937019Z    Compiling ident_case v1.0.1
2026-06-15T09:40:55.6195950Z    Compiling percent-encoding v2.3.2
2026-06-15T09:40:55.6326045Z    Compiling http v1.4.1
2026-06-15T09:40:55.6678779Z    Compiling thiserror v2.0.18
2026-06-15T09:40:55.6716326Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:40:55.7362972Z    Compiling cpufeatures v0.3.0
2026-06-15T09:40:55.7748233Z    Compiling crypto-common v0.1.7
2026-06-15T09:40:55.8615977Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:40:55.8786424Z    Compiling scopeguard v1.2.0
2026-06-15T09:40:55.8938589Z    Compiling chacha20 v0.10.0
2026-06-15T09:40:55.9034980Z    Compiling block-buffer v0.10.4
2026-06-15T09:40:55.9121357Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:40:55.9997915Z    Compiling lock_api v0.4.14
2026-06-15T09:40:56.0167716Z    Compiling bitflags v2.12.1
2026-06-15T09:40:56.0234677Z    Compiling untrusted v0.9.0
2026-06-15T09:40:56.0597943Z    Compiling digest v0.10.7
2026-06-15T09:40:56.0907452Z    Compiling rand v0.10.1
2026-06-15T09:40:56.1516564Z    Compiling num-traits v0.2.19
2026-06-15T09:40:56.1865331Z    Compiling windows-result v0.4.1
2026-06-15T09:40:56.2298656Z    Compiling windows-strings v0.5.1
2026-06-15T09:40:56.2647591Z    Compiling cmake v0.1.58
2026-06-15T09:40:56.2842847Z    Compiling heck v0.5.0
2026-06-15T09:40:56.3004965Z    Compiling rustls v0.23.40
2026-06-15T09:40:56.3223416Z    Compiling convert_case v0.10.0
2026-06-15T09:40:56.4547428Z    Compiling const-oid v0.10.2
2026-06-15T09:40:56.5065664Z    Compiling atomic-waker v1.1.2
2026-06-15T09:40:56.5500012Z    Compiling anyhow v1.0.102
2026-06-15T09:40:56.6371166Z    Compiling unicode-xid v0.2.6
2026-06-15T09:40:56.6612004Z    Compiling zerocopy v0.8.50
2026-06-15T09:40:56.6967052Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:40:56.8160149Z    Compiling httparse v1.10.1
2026-06-15T09:40:56.9122220Z    Compiling http-body v1.0.1
2026-06-15T09:40:57.0681675Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:40:57.2530957Z    Compiling ring v0.17.14
2026-06-15T09:40:57.3000010Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:40:57.3480617Z    Compiling hybrid-array v0.4.12
2026-06-15T09:40:57.3944392Z    Compiling ahash v0.8.12
2026-06-15T09:40:57.3961794Z    Compiling either v1.16.0
2026-06-15T09:40:57.4717571Z    Compiling fastrand v2.4.1
2026-06-15T09:40:57.4764865Z    Compiling powerfmt v0.2.0
2026-06-15T09:40:57.4955815Z    Compiling base64ct v1.8.3
2026-06-15T09:40:57.6550711Z    Compiling deranged v0.5.8
2026-06-15T09:40:57.7336314Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:40:57.7337851Z    Compiling rand_core v0.6.4
2026-06-15T09:40:57.8169082Z    Compiling time-core v0.1.8
2026-06-15T09:40:57.8626306Z    Compiling data-encoding v2.11.0
2026-06-15T09:40:57.8881544Z    Compiling tower-service v0.3.3
2026-06-15T09:40:58.0179629Z    Compiling num-conv v0.2.2
2026-06-15T09:40:58.0425939Z    Compiling try-lock v0.2.5
2026-06-15T09:40:58.0778601Z    Compiling zmij v1.0.21
2026-06-15T09:40:58.2056849Z    Compiling vcpkg v0.2.15
2026-06-15T09:40:58.2177264Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:40:58.2398997Z    Compiling base64 v0.22.1
2026-06-15T09:40:58.2744780Z    Compiling pkg-config v0.3.33
2026-06-15T09:40:58.3112992Z    Compiling tinyvec v1.11.0
2026-06-15T09:40:58.3356703Z    Compiling want v0.3.1
2026-06-15T09:40:58.3592881Z    Compiling parking_lot v0.12.5
2026-06-15T09:40:58.5171814Z    Compiling crypto-common v0.2.2
2026-06-15T09:40:58.5611568Z    Compiling block-buffer v0.12.0
2026-06-15T09:40:58.6111456Z    Compiling sha2 v0.10.9
2026-06-15T09:40:58.6936666Z    Compiling vergen-lib v9.1.0
2026-06-15T09:40:58.7074765Z    Compiling inout v0.1.4
2026-06-15T09:40:58.7662188Z    Compiling n0-future v0.3.2
2026-06-15T09:40:58.7786807Z    Compiling cordyceps v0.3.4
2026-06-15T09:40:58.8565095Z    Compiling signature v2.2.0
2026-06-15T09:40:59.0383130Z    Compiling serde_json v1.0.150
2026-06-15T09:40:59.0480515Z    Compiling synstructure v0.13.2
2026-06-15T09:40:59.0580027Z    Compiling darling_core v0.20.11
2026-06-15T09:40:59.0993822Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-15T09:40:59.1224200Z    Compiling httpdate v1.0.3
2026-06-15T09:40:59.1693536Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:40:59.1923309Z    Compiling parking v2.2.1
2026-06-15T09:40:59.2640032Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:40:59.3306606Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:40:59.3925612Z    Compiling winapi v0.3.9
2026-06-15T09:40:59.4389455Z    Compiling spin v0.10.0
2026-06-15T09:40:59.4390053Z    Compiling winnow v1.0.3
2026-06-15T09:40:59.5089086Z    Compiling futures-buffered v0.2.13
2026-06-15T09:40:59.5554151Z    Compiling digest v0.11.3
2026-06-15T09:40:59.5624569Z    Compiling futures-lite v2.6.1
2026-06-15T09:40:59.6341038Z    Compiling ed25519 v2.2.3
2026-06-15T09:40:59.7573183Z    Compiling cipher v0.4.4
2026-06-15T09:40:59.8873132Z    Compiling vergen v9.1.0
2026-06-15T09:40:59.9015335Z    Compiling vergen-lib v0.1.6
2026-06-15T09:40:59.9455062Z    Compiling universal-hash v0.5.1
2026-06-15T09:41:00.0307639Z    Compiling noq-udp v0.10.0
2026-06-15T09:41:00.0932996Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:41:00.1059988Z    Compiling heapless v0.7.17
2026-06-15T09:41:00.1795147Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:41:00.2172812Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:41:00.2173326Z    Compiling byteorder v1.5.0
2026-06-15T09:41:00.2841869Z    Compiling opaque-debug v0.3.1
2026-06-15T09:41:00.3207288Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:41:00.4070522Z    Compiling polyval v0.6.2
2026-06-15T09:41:00.4217537Z    Compiling hash32 v0.2.1
2026-06-15T09:41:00.6338228Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:41:00.6833802Z    Compiling spin v0.9.8
2026-06-15T09:41:00.6890441Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:41:00.6935339Z    Compiling windows-threading v0.2.1
2026-06-15T09:41:00.7724978Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:41:00.8176135Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:41:00.8389448Z    Compiling signature v3.0.0
2026-06-15T09:41:00.9199974Z    Compiling ryu v1.0.23
2026-06-15T09:41:00.9581357Z    Compiling socket2 v0.6.4
2026-06-15T09:41:00.9701815Z    Compiling mio v1.2.1
2026-06-15T09:41:01.2158896Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:41:01.2383405Z    Compiling tower-layer v0.3.3
2026-06-15T09:41:01.4210165Z    Compiling windows-targets v0.52.6
2026-06-15T09:41:01.4312094Z    Compiling ghash v0.5.1
2026-06-15T09:41:01.5015423Z    Compiling ctr v0.9.2
2026-06-15T09:41:01.5221077Z    Compiling aes v0.8.4
2026-06-15T09:41:01.5748842Z    Compiling serde_derive v1.0.228
2026-06-15T09:41:01.5909895Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:41:01.6547745Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:41:01.7307486Z    Compiling yoke-derive v0.8.2
2026-06-15T09:41:01.9616821Z    Compiling tokio-macros v2.7.0
2026-06-15T09:41:02.0813684Z    Compiling futures-macro v0.3.32
2026-06-15T09:41:02.2045801Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:41:02.3345585Z    Compiling displaydoc v0.2.6
2026-06-15T09:41:02.3420120Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:41:02.3583686Z    Compiling zeroize v1.8.2
2026-06-15T09:41:02.3724129Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:41:02.3938767Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:41:02.7205812Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:41:02.8411061Z    Compiling darling_macro v0.20.11
2026-06-15T09:41:02.8538964Z    Compiling tokio v1.52.3
2026-06-15T09:41:03.0388010Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:41:03.1764870Z    Compiling futures-util v0.3.32
2026-06-15T09:41:03.1855380Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:41:03.1948025Z    Compiling spez v0.1.2
2026-06-15T09:41:03.2301533Z    Compiling windows-interface v0.59.3
2026-06-15T09:41:03.2786853Z    Compiling windows-implement v0.60.2
2026-06-15T09:41:03.3763412Z    Compiling darling v0.20.11
2026-06-15T09:41:03.4283223Z    Compiling zerofrom v0.1.8
2026-06-15T09:41:03.6768288Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:41:03.6789051Z    Compiling der v0.8.0-rc.10
2026-06-15T09:41:03.7353984Z    Compiling yoke v0.8.3
2026-06-15T09:41:03.7679727Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:41:04.1330226Z    Compiling zerovec v0.11.6
2026-06-15T09:41:04.1727919Z    Compiling zerotrie v0.2.4
2026-06-15T09:41:04.1851152Z    Compiling windows-core v0.62.2
2026-06-15T09:41:04.3385087Z    Compiling n0-error v0.1.3
2026-06-15T09:41:04.4231181Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:41:04.5861431Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:41:04.7135133Z    Compiling cobs v0.3.0
2026-06-15T09:41:04.8891598Z    Compiling tinystr v0.8.3
2026-06-15T09:41:04.9755735Z    Compiling potential_utf v0.1.5
2026-06-15T09:41:05.0014793Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:41:05.0045177Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:41:05.0429738Z    Compiling spt-proto v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-15T09:41:05.1170878Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:41:05.1619545Z    Compiling icu_collections v2.2.0
2026-06-15T09:41:05.1745801Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:41:05.2040101Z    Compiling windows-collections v0.3.2
2026-06-15T09:41:05.3373123Z    Compiling windows-numerics v0.3.1
2026-06-15T09:41:05.5169907Z    Compiling pin-project v1.1.13
2026-06-15T09:41:05.6347831Z    Compiling windows-future v0.3.2
2026-06-15T09:41:05.6902277Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:41:06.2118856Z    Compiling icu_provider v2.2.0
2026-06-15T09:41:06.2342077Z    Compiling derive_builder v0.20.2
2026-06-15T09:41:06.2788672Z    Compiling postcard-derive v0.2.2
2026-06-15T09:41:06.2836163Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:41:06.3205251Z    Compiling time v0.3.47
2026-06-15T09:41:06.3205699Z    Compiling http-body-util v0.1.3
2026-06-15T09:41:06.3955123Z    Compiling futures-executor v0.3.32
2026-06-15T09:41:06.8085953Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:41:06.9710235Z    Compiling icu_properties v2.2.0
2026-06-15T09:41:07.0677733Z    Compiling futures v0.3.32
2026-06-15T09:41:07.4401068Z    Compiling aead v0.5.2
2026-06-15T09:41:07.6086899Z    Compiling tokio-util v0.7.18
2026-06-15T09:41:07.6323537Z    Compiling ipnet v2.12.0
2026-06-15T09:41:08.1813391Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:41:08.4488071Z    Compiling once_cell v1.21.4
2026-06-15T09:41:08.6167160Z    Compiling prefix-trie v0.8.4
2026-06-15T09:41:08.6453982Z    Compiling ipconfig v0.3.4
2026-06-15T09:41:08.6632740Z    Compiling widestring v1.2.1
2026-06-15T09:41:09.2062572Z    Compiling tracing-core v0.1.36
2026-06-15T09:41:09.2372434Z    Compiling idna_adapter v1.2.2
2026-06-15T09:41:09.2426955Z    Compiling derive_more v2.1.1
2026-06-15T09:41:09.4191535Z    Compiling postcard v1.1.3
2026-06-15T09:41:09.6282349Z    Compiling idna v1.1.0
2026-06-15T09:41:09.6507711Z    Compiling hashbrown v0.14.5
2026-06-15T09:41:09.7740953Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:41:09.8242154Z    Compiling tracing v0.1.44
2026-06-15T09:41:09.9551150Z    Compiling aes-gcm v0.10.3
2026-06-15T09:41:10.3857663Z    Compiling url v2.5.8
2026-06-15T09:41:10.4123234Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:41:10.4352426Z    Compiling tower v0.5.3
2026-06-15T09:41:10.5858545Z    Compiling h2 v0.4.14
2026-06-15T09:41:10.6482163Z    Compiling hashlink v0.9.1
2026-06-15T09:41:11.2030649Z    Compiling chrono v0.4.45
2026-06-15T09:41:11.3254796Z    Compiling windows v0.62.2
2026-06-15T09:41:11.3802916Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:41:11.5758105Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:41:11.9104694Z    Compiling rusqlite v0.32.1
2026-06-15T09:41:11.9776365Z    Compiling strum_macros v0.28.0
2026-06-15T09:41:12.0192605Z    Compiling async-trait v0.1.89
2026-06-15T09:41:12.2314888Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:41:12.2801362Z    Compiling enum-assoc v1.3.0
2026-06-15T09:41:12.6053990Z    Compiling windows-sys v0.59.0
2026-06-15T09:41:15.0180106Z    Compiling spt-store v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-15T09:41:15.0791791Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:41:15.1444839Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:41:16.0050934Z    Compiling blake3 v1.8.5
2026-06-15T09:41:16.1028781Z    Compiling windows-registry v0.6.1
2026-06-15T09:41:16.5787105Z    Compiling uuid v1.23.2
2026-06-15T09:41:16.5929727Z    Compiling memoffset v0.6.5
2026-06-15T09:41:16.8220406Z    Compiling noq v0.18.0
2026-06-15T09:41:17.1136795Z    Compiling netwatch v0.16.0
2026-06-15T09:41:17.1585127Z    Compiling acto v0.8.2
2026-06-15T09:41:17.2189338Z    Compiling ref-cast v1.0.25
2026-06-15T09:41:17.7889276Z    Compiling hyper v1.10.1
2026-06-15T09:41:17.8736676Z    Compiling xml-rs v0.8.28
2026-06-15T09:41:17.8844291Z    Compiling thiserror v1.0.69
2026-06-15T09:41:18.7965627Z    Compiling foldhash v0.2.0
2026-06-15T09:41:18.8347691Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:41:18.9550134Z    Compiling tagptr v0.2.0
2026-06-15T09:41:20.0136850Z    Compiling identity-hash v0.1.0
2026-06-15T09:41:20.0358886Z    Compiling mac-addr v0.3.0
2026-06-15T09:41:20.0922796Z    Compiling rustc-hash v2.1.2
2026-06-15T09:41:20.1749708Z    Compiling lru-slab v0.1.2
2026-06-15T09:41:20.3308970Z    Compiling hyper-util v0.1.20
2026-06-15T09:41:20.7688418Z    Compiling netdev v0.42.0
2026-06-15T09:41:20.9387555Z    Compiling strum v0.28.0
2026-06-15T09:41:21.1424007Z    Compiling moka v0.12.15
2026-06-15T09:41:21.3753684Z    Compiling xmltree v0.10.3
2026-06-15T09:41:21.6517061Z    Compiling hashbrown v0.16.1
2026-06-15T09:41:22.1052014Z    Compiling spt-msg v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-15T09:41:22.1399293Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:41:22.4487013Z    Compiling num_enum v0.7.6
2026-06-15T09:41:22.5415080Z    Compiling iroh-base v0.98.0
2026-06-15T09:41:22.5704827Z    Compiling iroh-relay v0.98.0
2026-06-15T09:41:22.7445331Z    Compiling tower-http v0.6.11
2026-06-15T09:41:23.0697378Z    Compiling attohttpc v0.30.1
2026-06-15T09:41:23.4397230Z    Compiling n0-watcher v0.6.1
2026-06-15T09:41:23.5405274Z    Compiling tokio-stream v0.1.18
2026-06-15T09:41:23.6627095Z    Compiling serde_spanned v0.6.9
2026-06-15T09:41:23.7364171Z    Compiling toml_datetime v0.6.11
2026-06-15T09:41:23.7869601Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:41:24.2520870Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:41:24.2548830Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:41:24.5327290Z    Compiling simple-dns v0.9.3
2026-06-15T09:41:24.5833486Z    Compiling serial-core v0.4.0
2026-06-15T09:41:24.6288173Z    Compiling aho-corasick v1.1.4
2026-06-15T09:41:24.6789652Z    Compiling toml_write v0.1.2
2026-06-15T09:41:25.0708348Z    Compiling arrayvec v0.7.6
2026-06-15T09:41:25.0956891Z    Compiling winnow v0.7.15
2026-06-15T09:41:25.1585508Z    Compiling sha1_smol v1.0.1
2026-06-15T09:41:25.2187295Z    Compiling resolv-conf v0.7.6
2026-06-15T09:41:25.4532205Z    Compiling winreg v0.10.1
2026-06-15T09:41:25.9510990Z    Compiling wmi v0.18.4
2026-06-15T09:41:25.9849453Z    Compiling regex-syntax v0.8.10
2026-06-15T09:41:26.1537500Z    Compiling arrayref v0.3.9
2026-06-15T09:41:26.6315244Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:41:26.6680385Z    Compiling simdutf8 v0.1.5
2026-06-15T09:41:26.7838214Z    Compiling smol_str v0.1.24
2026-06-15T09:41:26.9341244Z    Compiling iroh-dns v0.98.0
2026-06-15T09:41:27.4469202Z    Compiling schemars_derive v1.2.1
2026-06-15T09:41:27.9033442Z    Compiling toml_edit v0.22.27
2026-06-15T09:41:29.3681745Z    Compiling serial-windows v0.4.0
2026-06-15T09:41:30.0464785Z    Compiling igd-next v0.17.1
2026-06-15T09:41:30.3860702Z    Compiling regex-automata v0.4.14
2026-06-15T09:41:30.4559447Z    Compiling lru v0.16.4
2026-06-15T09:41:30.8099834Z    Compiling webpki-roots v1.0.7
2026-06-15T09:41:30.9545414Z    Compiling seize v0.5.1
2026-06-15T09:41:31.0981800Z    Compiling darling_core v0.23.0
2026-06-15T09:41:31.2740892Z    Compiling serde_bytes v0.11.19
2026-06-15T09:41:31.3139054Z    Compiling hmac v0.12.1
2026-06-15T09:41:31.6910492Z    Compiling iroh v0.98.2
2026-06-15T09:41:32.2422416Z    Compiling utf8parse v0.2.2
2026-06-15T09:41:32.3228949Z    Compiling lazy_static v1.5.0
2026-06-15T09:41:32.4084092Z    Compiling bitflags v1.3.2
2026-06-15T09:41:32.6268048Z    Compiling once_cell_polyfill v1.70.2
2026-06-15T09:41:32.6685834Z    Compiling anstyle v1.0.14
2026-06-15T09:41:33.6488742Z    Compiling pin-utils v0.1.0
2026-06-15T09:41:33.7510200Z    Compiling cmov v0.5.4
2026-06-15T09:41:33.8445625Z    Compiling dyn-clone v1.0.20
2026-06-15T09:41:33.8446180Z    Compiling shared_library v0.1.9
2026-06-15T09:41:33.8828280Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:41:34.2414172Z    Compiling regex v1.12.3
2026-06-15T09:41:34.3193797Z    Compiling anstyle-wincon v3.0.11
2026-06-15T09:41:34.5319780Z    Compiling ctutils v0.4.2
2026-06-15T09:41:34.5761719Z    Compiling schemars v1.2.1
2026-06-15T09:41:34.6953631Z    Compiling nix v0.25.1
2026-06-15T09:41:35.0490619Z    Compiling portmapper v0.16.0
2026-06-15T09:41:35.0894566Z    Compiling hkdf v0.12.4
2026-06-15T09:41:35.2623078Z    Compiling papaya v0.2.4
2026-06-15T09:41:35.4482727Z    Compiling toml v0.8.23
2026-06-15T09:41:35.5761273Z    Compiling filedescriptor v0.8.3
2026-06-15T09:41:35.7436589Z    Compiling serial v0.4.0
2026-06-15T09:41:35.8444978Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:41:35.9020517Z    Compiling backon v1.6.0
2026-06-15T09:41:36.1616424Z    Compiling anstyle-query v1.1.5
2026-06-15T09:41:36.1724612Z    Compiling paste v1.0.15
2026-06-15T09:41:36.1911240Z    Compiling shell-words v1.1.1
2026-06-15T09:41:36.5955698Z    Compiling instability v0.3.12
2026-06-15T09:41:36.9514754Z    Compiling colorchoice v1.0.5
2026-06-15T09:41:37.0603754Z    Compiling foldhash v0.1.5
2026-06-15T09:41:37.4103512Z    Compiling downcast-rs v1.2.1
2026-06-15T09:41:37.4444184Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:41:37.6425375Z    Compiling hashbrown v0.15.5
2026-06-15T09:41:37.8929285Z    Compiling darling_macro v0.23.0
2026-06-15T09:41:37.9457074Z    Compiling portable-pty v0.8.1
2026-06-15T09:41:37.9849624Z    Compiling anstream v1.0.0
2026-06-15T09:41:38.0144855Z    Compiling spt-runtime v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-15T09:41:38.0429125Z    Compiling spake2 v0.4.0
2026-06-15T09:41:38.4449321Z    Compiling crossterm_winapi v0.9.1
2026-06-15T09:41:38.7046529Z    Compiling strum_macros v0.26.4
2026-06-15T09:41:39.1330989Z    Compiling terminal_size v0.4.4
2026-06-15T09:41:39.1813912Z    Compiling itertools v0.13.0
2026-06-15T09:41:39.2362118Z    Compiling sha1 v0.10.6
2026-06-15T09:41:39.5216007Z    Compiling castaway v0.2.4
2026-06-15T09:41:39.9037521Z    Compiling recvmsg v1.0.0
2026-06-15T09:41:40.0115589Z    Compiling doctest-file v1.1.1
2026-06-15T09:41:40.4596916Z    Compiling indoc v2.0.7
2026-06-15T09:41:40.6057610Z    Compiling darling v0.23.0
2026-06-15T09:41:40.6793254Z    Compiling unicode-width v0.1.14
2026-06-15T09:41:40.7271393Z    Compiling clap_lex v1.1.0
2026-06-15T09:41:41.0708479Z    Compiling static_assertions v1.1.0
2026-06-15T09:41:41.1967618Z    Compiling crossterm v0.28.1
2026-06-15T09:41:41.4920351Z    Compiling clap_builder v4.6.0
2026-06-15T09:41:41.6107706Z    Compiling lru v0.12.5
2026-06-15T09:41:41.6613945Z    Compiling spt-live v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-15T09:41:41.7116801Z    Compiling compact_str v0.8.2
2026-06-15T09:41:42.1269684Z    Compiling spt-term v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-15T09:41:42.6183292Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:41:42.7945753Z    Compiling clap_derive v4.6.1
2026-06-15T09:41:43.2106273Z    Compiling unicode-width v0.2.0
2026-06-15T09:41:43.6207852Z    Compiling cassowary v0.3.0
2026-06-15T09:41:43.9578540Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:41:44.6781768Z    Compiling interprocess v2.4.2
2026-06-15T09:41:44.9305403Z    Compiling qrcode v0.14.1
2026-06-15T09:41:45.0839630Z    Compiling strum v0.26.3
2026-06-15T09:41:45.3315239Z    Compiling tempfile v3.27.0
2026-06-15T09:41:47.4747968Z    Compiling ratatui v0.29.0
2026-06-15T09:41:48.7680379Z    Compiling clap v4.6.1
2026-06-15T09:42:02.2153275Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:42:04.5346919Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:42:04.5347237Z    Compiling noq-proto v0.17.0
2026-06-15T09:42:04.5347502Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:42:04.6818529Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:42:04.6818892Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:42:04.6819156Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:42:04.8349343Z    Compiling reqwest v0.13.4
2026-06-15T09:42:05.7861835Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:42:22.5635113Z    Compiling spt-net v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-15T09:42:25.1134120Z    Compiling spt-daemon v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-15T09:42:40.8934131Z    Compiling spt v0.7.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-15T09:42:55.8014203Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
2026-06-15T09:42:55.8384180Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-f56ba2c3eea87e14.exe)
2026-06-15T09:42:59.5007590Z 
2026-06-15T09:42:59.5033205Z running 1 test
2026-06-15T09:43:09.0902314Z test new_brain_serves_against_old_broker ... ok
2026-06-15T09:43:09.0902722Z 
2026-06-15T09:43:09.0904806Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.59s
2026-06-15T09:43:09.0905883Z 
